home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Resources / Mission12Strings.script < prev    next >
Text File  |  2002-07-01  |  1KB  |  36 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. //
  11. //  Mission strings
  12. //
  13.  
  14. class CEliminatePartisansMission_Strings
  15. {
  16.   final static array m_MissionObjectives = array(
  17.       "ZniΦit le₧enφ ZNB",
  18.       "Doprovodit sov∞tskΘ ·toΦnΘ sφly na zßkladnu v Eppingenu"
  19.     );
  20.  
  21.   final static array m_BonusMissionObjectives = array(
  22.       "ZneÜkodnit ozbrojenou jednotku brßnφcφ zßkladnu v Eppingenu"
  23.     );
  24.  
  25.   final static string str_StatisticsTitle         = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
  26.  
  27.   final static string str_AttackForcesUnderAttack = "VAROV┴N═: DoprovßzenΘ jednotky majφ problΘmy";
  28.  
  29.   final static array m_NavigationPoints = array(
  30.       "Zßkladna Eppingen",
  31.       "Tßbor ZNB",
  32.       "Zßkladna Seeheim"
  33.     );
  34. }
  35.  
  36.